github.com/refraction-networking/utls.clientHandshakeStateTLS13.trafficSecret (field)
7 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L43: trafficSecret []byte // client_application_traffic_secret_0
handshake_client_tls13.go#L908: hs.trafficSecret = hs.masterSecret.ClientApplicationTrafficSecret(hs.transcript)
handshake_client_tls13.go#L912: err = c.config.writeKeyLog(keyLogLabelClientTraffic, hs.hello.random, hs.trafficSecret)
handshake_client_tls13.go#L1013: c.out.setTrafficSecret(hs.suite, QUICEncryptionLevelApplication, hs.trafficSecret)
handshake_client_tls13.go#L1023: c.quicSetWriteSecret(QUICEncryptionLevelApplication, hs.suite.id, hs.trafficSecret)
u_public.go#L103: trafficSecret: chs.State13.TrafficSecret,
u_public.go#L122: TrafficSecret: chs13.trafficSecret,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |